projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2b1dbc
)
gtktoolbar.h: include bit-size of fields inside GSEAL parens.
author
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 11:03:03 +0000
(11:03 +0000)
committer
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 11:03:03 +0000
(11:03 +0000)
svn path=/trunk/; revision=20546
gtk/gtktoolbar.h
patch
|
blob
|
history
diff --git
a/gtk/gtktoolbar.h
b/gtk/gtktoolbar.h
index 818969756f7fe83771a8e1642343069d2bb15fc3..45788b76ca1fe601335b24dca4c637dfbbd18cba 100644
(file)
--- a/
gtk/gtktoolbar.h
+++ b/
gtk/gtktoolbar.h
@@
-115,8
+115,8
@@
struct _GtkToolbar
guint _gtk_reserved1;
guint _gtk_reserved2;
- guint GSEAL (style_set
) : 1
;
- guint GSEAL (icon_size_set
) : 1
;
+ guint GSEAL (style_set
: 1)
;
+ guint GSEAL (icon_size_set
: 1)
;
};
struct _GtkToolbarClass